Page History: Connecting the API
Compare Page Revisions
Page Revision: 2012/01/21 10:58
To access the API from your application you need to add a reference to the T4API.20.dll and T4Definitions.20.dll files located in the c:\Program Files\CTS\T4ClientSim\bin\ folder to your project.
The namespace that contains all the API objects is T4.API. Most enumerations are defined in the T4 namespace:
' Import the T4 definitions namespace.
Imports T4
' Import the API namespace.
Imports T4.API
In order for your application to connect and login to the system you must create and hold a reference to a T4.API.Host object. Connection status and login responses are raised as events from this host object.